Object Control Properties

These properties denoted by the <PROP> tag correspond directly with the Object Control Properties found on the object editor of Knowledge Builder. The name attribute name is a string which identifies the property, the type attribute name describes what type of property it could be:

str : String based property. An additional strLen value is required to specify the length of the string.

bool : Boolean based property. Value portion should denote a "True" of "False" in textual form.

list : Enumerated property. An additional listVals value is required to specify the elements in the enumeration (comma delimited ).

When updating an object by using ImportXML or ImportXMLFromFile the Object Control Properties can be omitted from the string and nothing will happen to any existing control properties.